Skip to content

chore: sync workflow templates#123

Closed
stranske wants to merge 2 commits intomainfrom
sync/workflows-c70356ad1032
Closed

chore: sync workflow templates#123
stranske wants to merge 2 commits intomainfrom
sync/workflows-c70356ad1032

Conversation

@stranske
Copy link
Copy Markdown
Owner

Sync Summary

Files Updated

  • autofix.yml: Autofix workflow - automatically fixes lint/format issues
  • issue_optimizer.py: Issue optimizer - analyzes issues and suggests improvements
  • pr_verifier.py: PR verifier - validates PR changes against acceptance criteria
  • followup_issue_generator.py: Follow-up issue generator - creates issues from verification feedback

Files Skipped

  • pr-00-gate.yml: File exists and sync_mode is create_only
  • ci.yml: File exists and sync_mode is create_only
  • dependabot.yml: File exists and sync_mode is create_only
  • llm_slots.json: None

Review Checklist

  • CI passes with updated workflows
  • No repo-specific customizations were overwritten

Source: stranske/Workflows
Manifest: .github/sync-manifest.yml

Automated sync from stranske/Workflows
Template hash: c70356ad1032

Changes synced from sync-manifest.yml
Copilot AI review requested due to automatic review settings February 15, 2026 08:37
@stranske stranske added sync Automated sync from Workflows automated Automated sync from Workflows labels Feb 15, 2026
@agents-workflows-bot
Copy link
Copy Markdown
Contributor

⚠️ Action Required: Unable to determine source issue for PR #123. The PR title, branch name, or body must contain the issue number (e.g. #123, branch: issue-123, or the hidden marker ).

@stranske-keepalive
Copy link
Copy Markdown
Contributor

stranske-keepalive bot commented Feb 15, 2026

🤖 Keepalive Loop Status

PR #123 | Agent: Codex | Iteration 0/5

Current State

Metric Value
Iteration progress [----------] 0/5
Action wait (missing-agent-label)
Disposition skipped (transient)
Gate failure
Tasks 0/8 complete
Timeout 45 min (default)
Timeout usage 8m elapsed (20%, 37m remaining)
Keepalive ❌ disabled
Autofix ❌ disabled

🔍 Failure Classification

| Error type | infrastructure |
| Error category | resource |
| Suggested recovery | Confirm the referenced resource exists (repo, PR, branch, workflow, or file). |

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR syncs workflow templates and automation scripts from the stranske/Workflows repository. The changes include enhancements to the autofix workflow's failure detection mechanism and improved handling of optional dependencies in LangChain-based scripts.

Changes:

  • Enhanced autofix workflow to use direct job inspection with fallback to check runs API
  • Improved LangChain client invocation with graceful degradation when langchain_core is unavailable
  • Minor formatting improvements (blank line removal)

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
.github/workflows/autofix.yml Added hasRelevantFailureJobForRun function to directly query workflow jobs for lint failures, with rate-limit handling and fallback to existing check runs approach
scripts/langchain/followup_issue_generator.py Enhanced _invoke_llm to handle optional langchain_core dependency with multiple fallback paths for different client invocation signatures
scripts/langchain/pr_verifier.py Removed blank line after imports (formatting)
scripts/langchain/issue_optimizer.py Removed blank line after imports (formatting)

@github-actions github-actions bot added the autofix Triggers autofix on PR label Feb 15, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Autofix updated these files:

  • scripts/langchain/issue_optimizer.py
  • scripts/langchain/pr_verifier.py
  • tests/test_validate_release_workflow_yaml.py

@stranske
Copy link
Copy Markdown
Owner Author

Superseded by merged sync PR #124.

@stranske-keepalive stranske-keepalive bot mentioned this pull request Feb 26, 2026
2 tasks
@stranske-keepalive stranske-keepalive bot mentioned this pull request Mar 15, 2026
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autofix Triggers autofix on PR automated Automated sync from Workflows sync Automated sync from Workflows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants